home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 3 / L'Effet Pommier - Volume 03.iso / Disk & Fichiers / FilterTop 1.0b4 / For Developers... / FW_QuickStart / FW_QuickStart.rsrc / PICT_3.png < prev    next >
Portable Network Graphic  |  1995-08-05  |  95KB  |  816x1056  |  8-bit (256 colors)
Labels: bulletin board | monitor | poster | reckoner | sky
OCR: 2-A CTUAL FILTERING CODE The code you write must be able to communicate with the FilterTop Engine (FTE). The mechani ism for this parameter block" (PB) The definition for the PB (and some other #defines) are provided in header file (FTFilter.h) that you must include r your project. The FTE will request actions of your filter code via the PB, and your code will act accordingly passing the result via the same PB. THE PARAMETER BLOCK (PB) The Parameter Block is a structure that contains all the information your filtering code needs to work Your code will perform the action requested (usually filter stream), and return an indication of success or failure FUNCTIONS CODE Your code will op work based on the action requested of it. The minimal required action to filter stream. The first thing to o ...